3.130 \(\int \csc ^2(e+f x) \sqrt{a+b \sin ^2(e+f x)} \, dx\)

Optimal. Leaf size=174 \[ -\frac{\cot (e+f x) \sqrt{a+b \sin ^2(e+f x)}}{f}+\frac{(a+b) \sqrt{\cos ^2(e+f x)} \sec (e+f x) \sqrt{\frac{b \sin ^2(e+f x)}{a}+1} F\left (\sin ^{-1}(\sin (e+f x))|-\frac{b}{a}\right )}{f \sqrt{a+b \sin ^2(e+f x)}}-\frac{\sqrt{\cos ^2(e+f x)} \sec (e+f x) \sqrt{a+b \sin ^2(e+f x)} E\left (\sin ^{-1}(\sin (e+f x))|-\frac{b}{a}\right )}{f \sqrt{\frac{b \sin ^2(e+f x)}{a}+1}} \]

[Out]

-((Cot[e + f*x]*Sqrt[a + b*Sin[e + f*x]^2])/f) - (Sqrt[Cos[e + f*x]^2]*EllipticE[ArcSin[Sin[e + f*x]], -(b/a)]
*Sec[e + f*x]*Sqrt[a + b*Sin[e + f*x]^2])/(f*Sqrt[1 + (b*Sin[e + f*x]^2)/a]) + ((a + b)*Sqrt[Cos[e + f*x]^2]*E
llipticF[ArcSin[Sin[e + f*x]], -(b/a)]*Sec[e + f*x]*Sqrt[1 + (b*Sin[e + f*x]^2)/a])/(f*Sqrt[a + b*Sin[e + f*x]
^2])

________________________________________________________________________________________

Rubi [A]  time = 0.162632, antiderivative size = 174, normalized size of antiderivative = 1., number of steps used = 8, number of rules used = 8, integrand size = 25, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.32, Rules used = {3188, 475, 21, 423, 426, 424, 421, 419} \[ -\frac{\cot (e+f x) \sqrt{a+b \sin ^2(e+f x)}}{f}+\frac{(a+b) \sqrt{\cos ^2(e+f x)} \sec (e+f x) \sqrt{\frac{b \sin ^2(e+f x)}{a}+1} F\left (\sin ^{-1}(\sin (e+f x))|-\frac{b}{a}\right )}{f \sqrt{a+b \sin ^2(e+f x)}}-\frac{\sqrt{\cos ^2(e+f x)} \sec (e+f x) \sqrt{a+b \sin ^2(e+f x)} E\left (\sin ^{-1}(\sin (e+f x))|-\frac{b}{a}\right )}{f \sqrt{\frac{b \sin ^2(e+f x)}{a}+1}} \]

Antiderivative was successfully verified.

[In]

Int[Csc[e + f*x]^2*Sqrt[a + b*Sin[e + f*x]^2],x]

[Out]

-((Cot[e + f*x]*Sqrt[a + b*Sin[e + f*x]^2])/f) - (Sqrt[Cos[e + f*x]^2]*EllipticE[ArcSin[Sin[e + f*x]], -(b/a)]
*Sec[e + f*x]*Sqrt[a + b*Sin[e + f*x]^2])/(f*Sqrt[1 + (b*Sin[e + f*x]^2)/a]) + ((a + b)*Sqrt[Cos[e + f*x]^2]*E
llipticF[ArcSin[Sin[e + f*x]], -(b/a)]*Sec[e + f*x]*Sqrt[1 + (b*Sin[e + f*x]^2)/a])/(f*Sqrt[a + b*Sin[e + f*x]
^2])

Rule 3188

Int[sin[(e_.) + (f_.)*(x_)]^(m_)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]^2)^(p_.), x_Symbol] :> With[{ff = FreeF
actors[Sin[e + f*x], x]}, Dist[(ff^(m + 1)*Sqrt[Cos[e + f*x]^2])/(f*Cos[e + f*x]), Subst[Int[(x^m*(a + b*ff^2*
x^2)^p)/Sqrt[1 - ff^2*x^2], x], x, Sin[e + f*x]/ff], x]] /; FreeQ[{a, b, e, f, p}, x] && IntegerQ[m/2] &&  !In
tegerQ[p]

Rule 475

Int[((e_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Simp[((e*x)^(m
 + 1)*(a + b*x^n)^(p + 1)*(c + d*x^n)^q)/(a*e*(m + 1)), x] - Dist[1/(a*e^n*(m + 1)), Int[(e*x)^(m + n)*(a + b*
x^n)^p*(c + d*x^n)^(q - 1)*Simp[c*b*(m + 1) + n*(b*c*(p + 1) + a*d*q) + d*(b*(m + 1) + b*n*(p + q + 1))*x^n, x
], x], x] /; FreeQ[{a, b, c, d, e, p}, x] && NeQ[b*c - a*d, 0] && IGtQ[n, 0] && LtQ[0, q, 1] && LtQ[m, -1] &&
IntBinomialQ[a, b, c, d, e, m, n, p, q, x]

Rule 21

Int[(u_.)*((a_) + (b_.)*(v_))^(m_.)*((c_) + (d_.)*(v_))^(n_.), x_Symbol] :> Dist[(b/d)^m, Int[u*(c + d*v)^(m +
 n), x], x] /; FreeQ[{a, b, c, d, n}, x] && EqQ[b*c - a*d, 0] && IntegerQ[m] && ( !IntegerQ[n] || SimplerQ[c +
 d*x, a + b*x])

Rule 423

Int[Sqrt[(a_) + (b_.)*(x_)^2]/Sqrt[(c_) + (d_.)*(x_)^2], x_Symbol] :> Dist[b/d, Int[Sqrt[c + d*x^2]/Sqrt[a + b
*x^2], x], x] - Dist[(b*c - a*d)/d, Int[1/(Sqrt[a + b*x^2]*Sqrt[c + d*x^2]), x], x] /; FreeQ[{a, b, c, d}, x]
&& PosQ[d/c] && NegQ[b/a]

Rule 426

Int[Sqrt[(a_) + (b_.)*(x_)^2]/Sqrt[(c_) + (d_.)*(x_)^2], x_Symbol] :> Dist[Sqrt[a + b*x^2]/Sqrt[1 + (b*x^2)/a]
, Int[Sqrt[1 + (b*x^2)/a]/Sqrt[c + d*x^2], x], x] /; FreeQ[{a, b, c, d}, x] && NegQ[d/c] && GtQ[c, 0] &&  !GtQ
[a, 0]

Rule 424

Int[Sqrt[(a_) + (b_.)*(x_)^2]/Sqrt[(c_) + (d_.)*(x_)^2], x_Symbol] :> Simp[(Sqrt[a]*EllipticE[ArcSin[Rt[-(d/c)
, 2]*x], (b*c)/(a*d)])/(Sqrt[c]*Rt[-(d/c), 2]), x] /; FreeQ[{a, b, c, d}, x] && NegQ[d/c] && GtQ[c, 0] && GtQ[
a, 0]

Rule 421

Int[1/(Sqrt[(a_) + (b_.)*(x_)^2]*Sqrt[(c_) + (d_.)*(x_)^2]), x_Symbol] :> Dist[Sqrt[1 + (d*x^2)/c]/Sqrt[c + d*
x^2], Int[1/(Sqrt[a + b*x^2]*Sqrt[1 + (d*x^2)/c]), x], x] /; FreeQ[{a, b, c, d}, x] &&  !GtQ[c, 0]

Rule 419

Int[1/(Sqrt[(a_) + (b_.)*(x_)^2]*Sqrt[(c_) + (d_.)*(x_)^2]), x_Symbol] :> Simp[(1*EllipticF[ArcSin[Rt[-(d/c),
2]*x], (b*c)/(a*d)])/(Sqrt[a]*Sqrt[c]*Rt[-(d/c), 2]), x] /; FreeQ[{a, b, c, d}, x] && NegQ[d/c] && GtQ[c, 0] &
& GtQ[a, 0] &&  !(NegQ[b/a] && SimplerSqrtQ[-(b/a), -(d/c)])

Rubi steps

\begin{align*} \int \csc ^2(e+f x) \sqrt{a+b \sin ^2(e+f x)} \, dx &=\frac{\left (\sqrt{\cos ^2(e+f x)} \sec (e+f x)\right ) \operatorname{Subst}\left (\int \frac{\sqrt{a+b x^2}}{x^2 \sqrt{1-x^2}} \, dx,x,\sin (e+f x)\right )}{f}\\ &=-\frac{\cot (e+f x) \sqrt{a+b \sin ^2(e+f x)}}{f}+\frac{\left (\sqrt{\cos ^2(e+f x)} \sec (e+f x)\right ) \operatorname{Subst}\left (\int \frac{b-b x^2}{\sqrt{1-x^2} \sqrt{a+b x^2}} \, dx,x,\sin (e+f x)\right )}{f}\\ &=-\frac{\cot (e+f x) \sqrt{a+b \sin ^2(e+f x)}}{f}+\frac{\left (b \sqrt{\cos ^2(e+f x)} \sec (e+f x)\right ) \operatorname{Subst}\left (\int \frac{\sqrt{1-x^2}}{\sqrt{a+b x^2}} \, dx,x,\sin (e+f x)\right )}{f}\\ &=-\frac{\cot (e+f x) \sqrt{a+b \sin ^2(e+f x)}}{f}-\frac{\left (\sqrt{\cos ^2(e+f x)} \sec (e+f x)\right ) \operatorname{Subst}\left (\int \frac{\sqrt{a+b x^2}}{\sqrt{1-x^2}} \, dx,x,\sin (e+f x)\right )}{f}+\frac{\left ((a+b) \sqrt{\cos ^2(e+f x)} \sec (e+f x)\right ) \operatorname{Subst}\left (\int \frac{1}{\sqrt{1-x^2} \sqrt{a+b x^2}} \, dx,x,\sin (e+f x)\right )}{f}\\ &=-\frac{\cot (e+f x) \sqrt{a+b \sin ^2(e+f x)}}{f}-\frac{\left (\sqrt{\cos ^2(e+f x)} \sec (e+f x) \sqrt{a+b \sin ^2(e+f x)}\right ) \operatorname{Subst}\left (\int \frac{\sqrt{1+\frac{b x^2}{a}}}{\sqrt{1-x^2}} \, dx,x,\sin (e+f x)\right )}{f \sqrt{1+\frac{b \sin ^2(e+f x)}{a}}}+\frac{\left ((a+b) \sqrt{\cos ^2(e+f x)} \sec (e+f x) \sqrt{1+\frac{b \sin ^2(e+f x)}{a}}\right ) \operatorname{Subst}\left (\int \frac{1}{\sqrt{1-x^2} \sqrt{1+\frac{b x^2}{a}}} \, dx,x,\sin (e+f x)\right )}{f \sqrt{a+b \sin ^2(e+f x)}}\\ &=-\frac{\cot (e+f x) \sqrt{a+b \sin ^2(e+f x)}}{f}-\frac{\sqrt{\cos ^2(e+f x)} E\left (\sin ^{-1}(\sin (e+f x))|-\frac{b}{a}\right ) \sec (e+f x) \sqrt{a+b \sin ^2(e+f x)}}{f \sqrt{1+\frac{b \sin ^2(e+f x)}{a}}}+\frac{(a+b) \sqrt{\cos ^2(e+f x)} F\left (\sin ^{-1}(\sin (e+f x))|-\frac{b}{a}\right ) \sec (e+f x) \sqrt{1+\frac{b \sin ^2(e+f x)}{a}}}{f \sqrt{a+b \sin ^2(e+f x)}}\\ \end{align*}

Mathematica [A]  time = 0.598582, size = 137, normalized size = 0.79 \[ \frac{-\sqrt{2} \cot (e+f x) (2 a-b \cos (2 (e+f x))+b)+2 (a+b) \sqrt{\frac{2 a-b \cos (2 (e+f x))+b}{a}} F\left (e+f x\left |-\frac{b}{a}\right .\right )-2 a \sqrt{\frac{2 a-b \cos (2 (e+f x))+b}{a}} E\left (e+f x\left |-\frac{b}{a}\right .\right )}{2 f \sqrt{2 a-b \cos (2 (e+f x))+b}} \]

Antiderivative was successfully verified.

[In]

Integrate[Csc[e + f*x]^2*Sqrt[a + b*Sin[e + f*x]^2],x]

[Out]

(-(Sqrt[2]*(2*a + b - b*Cos[2*(e + f*x)])*Cot[e + f*x]) - 2*a*Sqrt[(2*a + b - b*Cos[2*(e + f*x)])/a]*EllipticE
[e + f*x, -(b/a)] + 2*(a + b)*Sqrt[(2*a + b - b*Cos[2*(e + f*x)])/a]*EllipticF[e + f*x, -(b/a)])/(2*f*Sqrt[2*a
 + b - b*Cos[2*(e + f*x)]])

________________________________________________________________________________________

Maple [A]  time = 1.209, size = 156, normalized size = 0.9 \begin{align*}{\frac{1}{\sin \left ( fx+e \right ) \cos \left ( fx+e \right ) f} \left ( \sin \left ( fx+e \right ) \sqrt{ \left ( \cos \left ( fx+e \right ) \right ) ^{2}}\sqrt{-{\frac{b \left ( \cos \left ( fx+e \right ) \right ) ^{2}}{a}}+{\frac{a+b}{a}}} \left ({\it EllipticF} \left ( \sin \left ( fx+e \right ) ,\sqrt{-{\frac{b}{a}}} \right ) a+{\it EllipticF} \left ( \sin \left ( fx+e \right ) ,\sqrt{-{\frac{b}{a}}} \right ) b-{\it EllipticE} \left ( \sin \left ( fx+e \right ) ,\sqrt{-{\frac{b}{a}}} \right ) a \right ) +b \left ( \cos \left ( fx+e \right ) \right ) ^{4}+ \left ( -a-b \right ) \left ( \cos \left ( fx+e \right ) \right ) ^{2} \right ){\frac{1}{\sqrt{a+b \left ( \sin \left ( fx+e \right ) \right ) ^{2}}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(csc(f*x+e)^2*(a+b*sin(f*x+e)^2)^(1/2),x)

[Out]

(sin(f*x+e)*(cos(f*x+e)^2)^(1/2)*(-b/a*cos(f*x+e)^2+(a+b)/a)^(1/2)*(EllipticF(sin(f*x+e),(-1/a*b)^(1/2))*a+Ell
ipticF(sin(f*x+e),(-1/a*b)^(1/2))*b-EllipticE(sin(f*x+e),(-1/a*b)^(1/2))*a)+b*cos(f*x+e)^4+(-a-b)*cos(f*x+e)^2
)/sin(f*x+e)/cos(f*x+e)/(a+b*sin(f*x+e)^2)^(1/2)/f

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \sqrt{b \sin \left (f x + e\right )^{2} + a} \csc \left (f x + e\right )^{2}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)^2*(a+b*sin(f*x+e)^2)^(1/2),x, algorithm="maxima")

[Out]

integrate(sqrt(b*sin(f*x + e)^2 + a)*csc(f*x + e)^2, x)

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\sqrt{-b \cos \left (f x + e\right )^{2} + a + b} \csc \left (f x + e\right )^{2}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)^2*(a+b*sin(f*x+e)^2)^(1/2),x, algorithm="fricas")

[Out]

integral(sqrt(-b*cos(f*x + e)^2 + a + b)*csc(f*x + e)^2, x)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \sqrt{a + b \sin ^{2}{\left (e + f x \right )}} \csc ^{2}{\left (e + f x \right )}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)**2*(a+b*sin(f*x+e)**2)**(1/2),x)

[Out]

Integral(sqrt(a + b*sin(e + f*x)**2)*csc(e + f*x)**2, x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \sqrt{b \sin \left (f x + e\right )^{2} + a} \csc \left (f x + e\right )^{2}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)^2*(a+b*sin(f*x+e)^2)^(1/2),x, algorithm="giac")

[Out]

integrate(sqrt(b*sin(f*x + e)^2 + a)*csc(f*x + e)^2, x)